Skip to content

ci: wire org-wide security-scan + dependabot + CODEOWNERS#3

Merged
WomB0ComB0 merged 1 commit intomainfrom
ci/standardize-security-governance
Apr 15, 2026
Merged

ci: wire org-wide security-scan + dependabot + CODEOWNERS#3
WomB0ComB0 merged 1 commit intomainfrom
ci/standardize-security-governance

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Standardization pass across public ResQ repos.

  • .github/workflows/security.yml — caller for the reusable security-scan.yml (CodeQL + Gitleaks + OSV + dependency-review) with languages=["actions"].
  • `.github/dependabot.yml` — weekly grouped updates for: github-actions.
  • .github/CODEOWNERS — default owner.

Inherits CoC / Contributing / Security / Support / PR + issue templates from resq-software/.github.

🤖 Generated with Claude Code

Standardization pass across public ResQ repos. Inherits org-level
defaults (CoC / Contributing / Security / Support / PR + issue
templates) from resq-software/.github.

  .github/workflows/security.yml  Thin caller for the reusable workflow
                                  with languages=["actions"].
  .github/dependabot.yml           Weekly grouped updates for: github-actions.
  .github/CODEOWNERS               Default owner.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 21 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 1 minutes and 21 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d1956cd1-2eed-442a-b408-eba75e3427f0

📥 Commits

Reviewing files that changed from the base of the PR and between 8225e54 and 21164d0.

📒 Files selected for processing (3)
  • .github/CODEOWNERS
  • .github/dependabot.yml
  • .github/workflows/security.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/standardize-security-governance

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces repository configuration files, specifically adding a .github/CODEOWNERS file and a .github/dependabot.yml file for weekly GitHub Actions dependency updates. Feedback indicates that a security workflow file mentioned in the PR description is missing from the changes and suggests expanding security scanning to include JavaScript. Additionally, it is recommended to assign a team rather than an individual as the default owner in the CODEOWNERS file for better maintainability.

Comment thread .github/dependabot.yml
#
# Weekly dependency updates, grouped to keep PR noise low.

version: 2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request description mentions the addition of .github/workflows/security.yml, but this file is missing from the current changes. Additionally, the description notes languages=['actions'] for the scan; however, given the presence of MDX files and OpenAPI specs in this repository, consider including javascript in the scan languages to ensure comprehensive coverage.

Comment thread .github/CODEOWNERS
@@ -0,0 +1,2 @@
# Default owner for everything not matched by a more specific rule.
* @WomB0ComB0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For organization-owned repositories, it is a best practice to assign a team (e.g., @resq-software/maintainers) as the default owner rather than an individual user. This ensures that code review responsibilities are shared and remain functional even if an individual's availability or role changes.

* @resq-software/maintainers

@WomB0ComB0 WomB0ComB0 merged commit fbb559f into main Apr 15, 2026
4 checks passed
@WomB0ComB0 WomB0ComB0 deleted the ci/standardize-security-governance branch April 15, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant